翻訳と辞書
Words near each other
・ Internet Listing Display
・ Internet Locator Server
・ Internet Low Bitrate Codec
・ Internet Magazine
・ Internet Mail 2000
・ Internet Mail Consortium
・ Internet mail standard
・ Internet Map Server
・ Internet Mapping Project
・ Internet Marketing Conference
・ Internet mediated research
・ Internet meme
・ Internet Memory Foundation
・ Internet Message Access Protocol
・ Internet Explorer Administration Kit
Internet Explorer box model bug
・ Internet Explorer Developer Tools
・ Internet Explorer for Mac
・ Internet Explorer for UNIX
・ Internet Explorer Mobile
・ Internet Explorer shell
・ Internet Explorer versions
・ Internet FAQ Consortium
・ Internet fax
・ Internet Fibre Channel Protocol
・ Internet filtering
・ Internet Football Association
・ Internet forum
・ Internet Foundation Classes
・ Internet fraud


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Internet Explorer box model bug : ウィキペディア英語版
Internet Explorer box model bug

The Internet Explorer box model bug refers to the way in which earlier versions of Internet Explorer handle the box model or sizing of elements in a web page, which differs from the standard way recommended by the W3C for the Cascading Style Sheets language. As of Internet Explorer 6, the browser supports an alternative rendering mode (called the "standards-compliant mode") which solves this discrepancy. However, for backward compatibility reasons, all versions still behave in the usual, non-standard way by default (see quirks mode). Internet Explorer for Mac is not affected by this non-standard behavior.
==Background==

The Cascading Style Sheets (CSS) specification describes how elements of web pages are displayed by graphical browsers. Section 4 of the CSS1 specification defines a "formatting model" that gives block-level elements—such as p and blockquote—a width and height, and three levels of boxes surrounding it: padding, borders, and margins. While the specification never uses the term "box model" explicitly, the term has become widely used by web developers and web browser vendors.
Before HTML 4 and CSS, very few HTML elements supported both border and padding, so the definition of the width and height of an element was not very contentious. However, it varied depending on the element. The HTML width attribute of a table defined the width of the table including its border. On the other hand, the HTML width attribute of an image defined the width of the image itself (inside any border). The only element to support padding in those early days was the table cell. Width for the cell was defined as "the suggested width for a cell content in pixels excluding the cell padding."
In 1996, CSS introduced margin, border and padding for many more elements. It adopted a definition width in relation to content, border, margin and padding similar to that for a table cell. This has since become known as the ''W3C box model''.
At the time, very few browser vendors implemented the W3C box model to the letter. The two major browsers at the time, Netscape 4.0 and Internet Explorer 4.0 both defined width and height as the distance from border to border. This has been referred to as the ''traditional'' or the ''Internet Explorer box model''.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Internet Explorer box model bug」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.